home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 039a / cport1.zip / CPORT.HST < prev    next >
Text File  |  1991-06-02  |  2KB  |  42 lines

  1.  
  2.         v1.0    20 Apr 91
  3.  
  4.         ∙ Initial release.
  5.  
  6.  
  7.         v1.01   26 Apr 91
  8.  
  9.         ∙ Bug fix: If a program that used (or is using) the com port that 
  10.           shares the same irq line as the one being opened did not disable 
  11.           interrupts at the UART upon termination (or is still using it,
  12.           i.e. a mouse driver), it would prevent the UART at the port being 
  13.           opened from asserting the irq line.
  14.  
  15.         
  16.         v1.02   18 May 91
  17.  
  18.         ∙ Bug Fix: The constants ON and OFF were defined correctly for
  19.           the function ComTx(), but were reversed for the functions 
  20.           ComRts(), ComDtr() and ComOut1().
  21.  
  22.  
  23.         v1.10   28 May 91
  24.  
  25.         ∙ Change: If ComOpen is called when a com port is already opened, 
  26.           the opened com port will automatically be closed and the new com 
  27.           port will be opened. This is essentially the same as calling
  28.           ComReopen. This change makes the function ComReopen obsolete, 
  29.           however, the function name 'ComReopen' is retained as a function 
  30.           macro in order to maintain backwards compatibility to older 
  31.           versions of Cport.
  32.         
  33.         ∙ New Functions: The functions ComOpenS(), ComParam(), ComChecksum() 
  34.           and ComCrc16() have been added. ComOpenS is an alternative to the
  35.           function ComOpen() in that it uses a structure of parameters in
  36.           stead of discrete parameters. ComParam() fetches the current
  37.           parameters of the opened com port. ComChecksum() and ComCrc16()
  38.           perform a checksum and a 16 bit CRC respectively, on a block of
  39.           data. See cport.doc for a more detailed description of these new 
  40.           functions.
  41.   
  42.